﻿@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Bebas';
	src: url('fonts/Bebas.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	margin-top: 0px;		/* 网页上边距 */
	margin-bottom: 0px;	/* 网页底边距 */
	margin-left: 0px;	/* 网页左边距 */
	margin-right: 0px;	/* 网页右边距 */
	background-color: #FFFFFF;					/* 网页背景颜色 */
	font-size: 12px;												/* 网页字体大小 */
	font-family: Arial, 宋体, Bebas, Verdana, Helvetica, sans-serif;	/* 网页字体 */
	color: #4e4e4e;												/* 网页文本颜色 */
	line-height: 120%;											/* 标准行高 */
	background: #fff; /* url(images/bg01.jpg) top center no-repeat;*/
	background-attachment: fixed;
}

 .clearfix:before,
   .clearfix:after {
      content:"";
      display:table;
   }
   .clearfix:after {
     clear:both;
     overflow:hidden;
   }
  .clearfix {
     zoom:1; 
  }

/* 一般超级链接 */
a {
	font-size: 12px;
	color: #4e4e4e;
	line-height: 120%;
	text-decoration: none;
}				/* 链接属性 */
a:hover {
	font-size: 12px;
	color: #2aa818;
	line-height: 120%;
	text-decoration: none;
}	/* 鼠标悬停时链接属性 */
a.head {
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}
a.head:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}
a.index_top {
	color: #139c0b;
	text-decoration: none;
}
a.index_top:hover {
	color: #139c0b;
	text-decoration: none;
}
a.index_hua {
	color: #139c0b;
	text-decoration: underline;
}
a.index_hua:hover {
	color: #139c0b;
	text-decoration: underline;
}
a.index_news {
	color: #1b803a;
	text-decoration: none;
	font-weight: 600;
	line-height: 20px;
	font-family: Arial, 微软雅黑, 黑体;
	font-size:14px;
}
a.index_news:hover {
	color: #10752f;
	text-decoration: underline;
}
a.more {
	color: #248747;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	font-family: Arial, 微软雅黑, 黑体;
	
}
a.more:hover {
	color: #248747;
}
a.detailed {
	color: #868987;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, 微软雅黑, 黑体;
	font-weight:500;
}
a.detailed:hover {
	color: #1b803a;
	font-size: 14px;
	text-decoration: underline;
}
/*去掉热点地图上的区域线框与超链接的线框*/
a {
blr:expression(this.onFocus=this.blur())
}
area {
blr:expression(this.onFocus=this.blur())
}
/*表格属性*/
table {
	font-size: 12px;
	line-height: 18px;
	border-collapse: collapse;/*自动把相同的边框线合并*/
	color: 4e4e4e;
}
/*边距离*/
.padding {
	padding: 5px;
}
/*白色文本*/	
.text_white {
	color: #FF0000;
	font-size: 12px;
	line-height: 1.5em;
}
img {
	border: 0px;				/* 图像边框大小 */
	border-color: #4e4e4e;	/* 图像边框颜色 */
	border-style: solid;		/* 图像边框线条 */
}
.i {
	font-size: 12px;
	font-family: Bebas, Verdana, Helvetica, 宋体, sans-serif;
	color: #4e4e4e;					/* 边框线条样式 */
	border: 1px solid #ffffff;							/* 边框线条大小 */
	background-color: #ffffff;			/* 背景颜色 */
	height: 10px;
}
.ii {
	font-size: 12px;
	font-family: Bebas, Verdana, Helvetica, 宋体, sans-serif;
	color: #4e4e4e;					/* 边框线条样式 */
	border: 1px solid #cccccc;							/* 边框线条大小 */
	background-color: #e6e6e6;			/* 背景颜色 */
	height: 16px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.title_12 {
	color: #ff3300;
	font-size: 12px;
	line-height: 120%;
	font-weight: 600;
}		/* 标题字体为12像素 */
.title_14 {
	color: #ff3300;
	font-size: 14px;
	line-height: 120%;
	font-weight: 600;
}		/* 标题字体为14像素 */
.title_16 {
	color: #ff3300;
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
}		/* 标题字体为16像素 */
.synews {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;
	font-family: Arial, 微软雅黑, 黑体;
}
/* 红色字 */
.text_red12 {
	color: #ff0000;
	font-size: 12px;
	line-height: 120%;
}
.text_red11 {
	color: #ff0000;
	font-size: 11px;
	line-height: 120%;
}
.text_red14 {
	color: #ff0000;
	font-size: 14px;
	line-height: 120%;
}
.text_red18 {
	color: #ff0000;
	font-size: 18px;
	line-height: 120%;
	font-weight: 600;
}
/* 蓝色字 */
.text_blue12 {
	color: #0000ff;
	font-size: 12px;
	line-height: 120%;
}
/* 绿色字 */
.text_green12 {
	color: #139c0b;
	font-size: 12px;
	line-height: 120%;
}
.text_green14 {
	color: #139c0b;
	font-size: 14px;
	line-height: 120%;
}
.text_green18 {
	color: #139c0b;
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
}
/* 黑色字 */
.text_bottom {
	color: #fff;
	font-size: 12px;
	line-height: 120%;
	height:45px;
}
.text_black12 {
	color: #4e4e4e;
	font-size: 12px;
	line-height: 120%;
}
.text_hei12 {
	color: #000000;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}
.text_black12a {
	color: #4e4e4e;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	text-decoration: underline;
}
.text_black14 {
	color: #4e4e4e;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
}
.text_black16 {
	color: #4e4e4e;
	font-size: 16px;
	line-height: 120%;
}
.text_black16a {
	color: #000000;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}
/* 灰色字 */
.text_gray12 {
	color: #999999;
	font-size: 12px;
	line-height: 120%;
}
/* 白色字 */
.text_white12 {
	color: #ffffff;
	font-size: 12px;
	line-height: 120%;
}
.text_white14 {
	color: #ffffff;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
}
.text_div			/* 文本区样式 */ {
	font-family: Bebas;
	font-size: 12px;
	line-height: 120%;
	color: #4e4e4e;
	background-color: #DDEDFB;
	margin: 5px;
	padding: 5px;
	width: 520px;
	border: 1px solid #0099CC;
	clear: both;
}
/* ------------------------------ TAB ------------------------------*/

.marginbot {
	margin-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
ul.list li {
	list-style-type: none;
	margin-left: 20px;
}
ul.tabs {
	width: 100%;
	overflow: hidden;
	height: 30px;
	background: url(images/BJ.jpg) repeat-x;
}
ul.tabs li {
	list-style-type: none;
	display: block;
	float: left;
	color: #4E4E4E;
	line-height: 30px;
	width: 130px;
	cursor: pointer;
	text-align: center;
	margin-left: -2px;
	background: url(images/index_022.jpg) no-repeat;
	font-weight: 600;
}
ul.tabs li:hover {
}
ul.tabs li.current {
	background: url(images/index_022a.jpg) no-repeat;
}
.tabscontent {
	padding: 15px 16px 15px 16px;
	display: none;
	line-height: 22px;
	width: 95%;
	text-align: justify;
}
.tabscontent .JJ {
	position: relative;
	line-height: 20px;
	right: 0px;
	width: 210px;
	height: 200px;
	top: -310px;
	float: right;
	display: inherit;
}
/* -------------------------------点击展开----------------------------- */
.sample {
	width: 730px;
	margin: 0px;
	padding: 0px;
}
dl {
	font-size: 1.2em;
	line-height: 170%;
	margin-bottom: 20px
}
dl, dt, dd {
	padding: 0;
	margin: 0
}
.faqs {
}
.faqs dt {
	position: relative;
	color: #139C0B;
	font-size: 12px;
	background-image: url(images/index_037.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	padding-left: 15px;
}
.faqs dt:hover {
	cursor: pointer;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 15px;
}
.faqs dd {
	padding: 10px 10px 10px 10px;
	position: relative;
	color: #4E4E4E;
	font-size: 12px;
	line-height: 24px;
	background-color: #FFF;
}
.faqs .hover {
	color: #139C0B;
	text-decoration: underline;
}
/* -------------------------------导航----------------------------- */
/*only needed if using big background images like in theme 5*/
.wrap_all {
	height: 33px;
	width: 640px;
	margin: 0px auto;
	position: relative;
	z-index: 99999;
	margin-top:25px;
}
#top {
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 99999;
	margin-top: -93px;
}
/*navigation*/

.navwrap {
	position: relative;
	z-index: 999989;
}
#top #nav {
	float: left;
	height: 33px;
	line-height: 33px;
	padding-left: 40px;
}
#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 333px;
	z-index: 5;
}
#top #nav a {
	height: 33px;
	color: #868987;
	text-decoration: none;
	font-weight: 600;
	display: block;
	padding: 0 12px;
	margin:0 4px;
	text-decoration: none;
	text-align: center;
	line-height: 33px;
	outline: none;
	z-index: 35;
	position: relative;
	float: left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#top #nav a:hover {
	background: #e5e4e4;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #43945c;
}
#top #nav ul a {
	line-height: 20px;
}
#top #nav li {
	float: left;
	position: relative;
	z-index: 20;
	padding: 0px 0px;
	margin-top: 0px;
}
#top #nav samp {
	float: left;
	width: 1px;
	position: relative;
	z-index: 20;
	margin-top: 0px;
}
#top #nav li li {
	border-left: none;
	margin: 0;
	padding: 0;
}
#top #nav ul {
	position: absolute;
	display: none;
	width: 230px;
	top: 33px;
	left: 0px;
	z-index: 9999;
	border: 0px solid #069402;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	background-color: #e5e4e4;
	padding-bottom:15px;
	padding-top:10px;
	margin-left:4px;
}
#top #nav li ul a {
	height: auto;
	float: left;
	color: #43945c;
	text-align: left;
	padding: 0px;
	text-indent: 15px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	line-height:25px;
	letter-spacing:1px;
	width: 220px;
}
#top #nav li ul a:Hover {
	text-decoration: underline;
}
#top #nav ul ul {
	top: auto;
	border-top: none;
}
#top #nav li ul ul {
	left: 192px;
	top: 0px;
	border: 1px solid #333;
}
#top #nav li:hover ul ul, #top #nav li:hover ul ul ul, #top #nav li:hover ul ul ul ul {
	display: none;
}
#top #nav li:hover ul, #top #nav li li:hover ul, #top #nav li li li:hover ul, #top #nav li li li li:hover ul {
	display: block;
}
.biank {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 4px solid #ccc;
	border-radius: 5px 5px 5px 5px;
	/*box-shadow: 2px 2px 5px 1px #AAAAAA inset;*/
	border-collapse: collapse;/*表格需要*/
}
.bg_top {
	background: url(images/201504/top_bg.jpg) right 7px  no-repeat;
	height: 100px;
}
.bg_search {
	background:#c8c8c8;
	height: 75px;
	margin-top:9px;
	margin-bottom:3px;
}
.hometable {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
}
.allpro {
	color: #333;
	font-size: 18px;
	line-height: 35px;
}
.foot {
	background: #1b803a;
}
.toplogo {
	
}
.mt10 {
	margin-top: 10px;
}
/*2015*/
.procalsslist {
}
.procalsslist ul {
}
.procalsslist ul li {
	float: left;
	display: block;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	width: 300px;
}
.procalsslist ul li a {
	font-size: 14px;
	display: block;
	background: #fff;
	-webkit-box-shadow: 1px 3px 3px 0px rgba(50, 50, 50, 0.34);
	-moz-box-shadow: 1px 3px 3px 0px rgba(50, 50, 50, 0.34);
	box-shadow: 1px 3px 3px 0px rgba(50, 50, 50, 0.34);
	border-radius: 10px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.procalsslist ul li a:hover {
	background: #efeeee;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.45);
	box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.45);
	border-radius: 10px;
}
.proname {
	color: #589337;
	border-bottom: 1px #589337 solid;
	line-height: 35px;
	font-size: 14px;
}
.Tab {
	text-align: left;
}
.Tab .title {
	float: left; /*background:url(images/tab/tab_bg.gif) repeat-x;*/
	height: 30px;
	width: 100%;
}
.Tab .title .n1, .Tab .title .n2 {
	background: url(images/tab/overtab_left.gif) no-repeat;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
	padding-left: 12px;
	margin: 0 2px 0 2px;
	color: #fff;
	text-decoration: none
}
.Tab .title .n1 span, .Tab .title .n2 span {
	background: url(images/tab/overtab_right.gif) no-repeat right top;
	display: block;
	padding-right: 12px;
	line-height: 30px
}
.Tab .title .n2 {
	background: url(images/tab/tab_left.gif) no-repeat;
}
.Tab .title .n2 span {
	background: url(images/tab/tab_right.gif) right top no-repeat
}
.tabcon {
	clear: both;
	float: left;
	background: #FFFFFF;
	width: 99%;
	padding: 0 0 4px 4px;
}
.tabcon_all {
	margin: 5px auto;
	float: left;
	width: 98%;
}
.relpro {
}
.relpro ul {
}
.relpro ul li {
	float: left;
	text-align: center;
	margin: 0 10px;
}
.relpro ul li img {
	width: 77px;
	border: 3px #4a851e solid;
	height:56px;
}
.newslistt {
	width: 95%;
}
.newslistt .labelsubdiv { clear:both;
     overflow:hidden; margin-bottom:20px; }
.newslistt ul { 
}
.newslistt ul li {
	text-align: left;
	margin-bottom: 25px;
}
.newslistt ul li img { float:left; width:159px; height:114px; margin-right:30px; padding-bottom:40px;}
.newslistt ul li .date {
	color: #aaadaa;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.newslistt ul li h3 {
	padding: 0;
	margin: 0;
}
.newslistt ul li h3 a {
	color: #3b3b3b;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
}
.newslistt ul li h3 a:hover {
	color: #090;
}
.newslistt ul li .content {
	padding: 0;
	margin: 0;
	line-height: 20px;
}
.newslistt ul li .link {
	padding: 0;
	margin: 0;
}
.newslistt ul li .link a {
	font-weight: bold;
	color: #1b803a;
}
.contactform input {
	border: 1px #ccc solid;
	border-radius: 5px;
	background: #eee;
	padding: 3px;
	width: 100%;
	line-height: 20px;
	margin-bottom: 10px;
}
.contactform textarea {
	border: 1px #ccc solid;
	border-radius: 5px;
	height: 80px;
	background: #eee;
	padding: 3px;
	width: 100%;
	line-height: 20px;
	margin-bottom: 10px;
}
.contactform .submitcss {
	width: 100px;
	color: #fff;
	font-weight: bold;
	background: #000;
}
.mtbaner { margin-top:30px; }
.mthomenews { margin-bottom:25px; } 
.mthomet { margin-bottom:8px; }

.hometext {}
.hometext h3 { margin:0; padding:0; }
.hometext .title1 { text-align:left; font-family:Bebas; font-size:16px; font-weight:bold; line-height:30px; color:#1b803a; letter-spacing:1px; text-indent:18px; }
.hometext .title2 { text-align:left; font-family:Bebas; font-size:16px; font-weight:bold; line-height:30px; color:#1b803a; letter-spacing:1px; text-indent:18px; margin-top:44px; margin-bottom:25px; }
.homeleftnews { padding-left:39px; padding-right:39px; padding-bottom:30px; background:#eee; }
.homeleftnews h3 { text-align:left; font-family:Bebas; font-size:16px; font-weight:bold; line-height:35px; color:#1b803a; letter-spacing:1px; border-bottom:2px #ccc solid; }

.homehotprolist { height:168px; background:url(images/201504/hotprobg.jpg) top center no-repeat; margin-top:38px; margin-bottom:38px; }



.homelinklist { margin-bottom:40px;}
.homelinklist td { text-align:center; }
.homelinklist td a { font-size:14px; font-weight:bold; line-height:30px; color:#000; margin-left:12px; margin-right:12px; }

.abouttext { padding-left:20px; }


.leftcon { }
.leftcon h3 { margin:0; padding:0; height:33px; line-height:33px; color:#fff; background:#1b803a; font-size:18px; text-indent:63px; text-align:left; margin-bottom:11px; }
.inshear { margin-top:50px; }

.location { margin-top:30px; margin-bottom:20px; }
.location td { font-size:16px; color:#000; font-weight:600px; }
.location td a { font-size:16px; color:#000; font-weight:600px; margin-left:5px; margin-right:5px; }
.location td a:Hover { text-decoration:underline; }

.leftimg td { margin:0; padding:0; border:0; }
.leftimg td a { margin:0; padding:0; border:0; display:block; line-height:0; }
.leftimg tr { margin:0; padding:0; border:0; }
.leftimg td img { margin:0; padding:0; border:0; }


.baidumap { position:absolute; margin-left:50px; margin-top:-200px; }
.contentbody { word-break:break-all; word-wrap:break-word; }


#four img{
    transition: all 0.5s ease 0s; }
#four img:hover {
	opacity:1;
}
